Thank you for using SystemC_Win.

Before using the program you must install the borland free compiler. It's available in
http://www.borland.com/bcppbuilder/freecompiler.

Assumming that you have already installed the borland free compiler at C:\Borland\BCC55,
all you have to do is to unzip the downloaded zip file, your SystemC_Win is now installed.
Then go to Bin folder and execute the SystemC_Win.exe program. At the first run the program 
ask you about the path of Borland free compiler. you must set the C:\Borland\BCC55 folder 
as it's path.

Now you can open and run the examples in the "examples" folder that are shipped along with 
the SystemC_Win.

This examples are the standard samples that are released with SystemC.

You can simply create your own project and add your cpp files to it and finally make it.
In order to view the simulation results of your executable program, you have to save the 
VCD file with the same name as your project.